ComponentOne Xamarin.Android
CollectionChanged Event (C1HierarchicalCollectionView<T>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1HierarchicalCollectionView<T> Class : CollectionChanged Event
Occurs when the collection changes.
Syntax
'Declaration
 
Public Event CollectionChanged As NotifyCollectionChangedEventHandler
'Usage
 
Dim instance As C1HierarchicalCollectionView(Of T)
Dim handler As NotifyCollectionChangedEventHandler
 
AddHandler instance.CollectionChanged, handler
public event NotifyCollectionChangedEventHandler CollectionChanged
Event Data

The event handler receives an argument of type NotifyCollectionChangedEventArgs containing data related to this event. The following NotifyCollectionChangedEventArgs properties provide information specific to this event.

PropertyDescription
 
 
 
 
 
See Also